[INFO] cloning repository https://github.com/nate-fe2o3/static-nd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nate-fe2o3/static-nd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnate-fe2o3%2Fstatic-nd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnate-fe2o3%2Fstatic-nd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 14e93ca9b68465460d73f05f76b54e263246ef5e
[INFO] fixing nate-fe2o3/static-nd against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnate-fe2o3%2Fstatic-nd" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/nate-fe2o3/static-nd
[INFO] finished tweaking git repo https://github.com/nate-fe2o3/static-nd
[INFO] tweaked toml for git repo https://github.com/nate-fe2o3/static-nd written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nate-fe2o3/static-nd on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nate-fe2o3/static-nd already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9520a0c1d0e2261564067196164c8866880c1b1a3b78aba32d74d83f28ff7cdc
[INFO] running `Command { std: "docker" "start" "9520a0c1d0e2261564067196164c8866880c1b1a3b78aba32d74d83f28ff7cdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9520a0c1d0e2261564067196164c8866880c1b1a3b78aba32d74d83f28ff7cdc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9520a0c1d0e2261564067196164c8866880c1b1a3b78aba32d74d83f28ff7cdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9520a0c1d0e2261564067196164c8866880c1b1a3b78aba32d74d83f28ff7cdc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking static-nd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: `unsized_const_params` requires `adt_const_params` to be enabled
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(unsized_const_params)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: enable all of these features
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `unsized_const_params` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(unsized_const_params)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #95174 <https://github.com/rust-lang/rust/issues/95174> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MaybeUninit`
[INFO] [stdout]  --> src/lib.rs:5:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::mem::{ManuallyDrop, MaybeUninit};
[INFO] [stdout]   |                              ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:57:33
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct Array<T, const DIMS: &'static [usize]> 
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `unsized_const_params` requires `adt_const_params` to be enabled
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(unsized_const_params)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: enable all of these features
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `unsized_const_params` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(unsized_const_params)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #95174 <https://github.com/rust-lang/rust/issues/95174> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MaybeUninit`
[INFO] [stdout]  --> src/lib.rs:5:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::mem::{ManuallyDrop, MaybeUninit};
[INFO] [stdout]   |                              ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:57:33
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct Array<T, const DIMS: &'static [usize]> 
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:63:28
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl <T: Copy, const DIMS: &'static [usize]> ArrayTrait for Array<T, DIMS> 
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:92:19
[INFO] [stdout]    |
[INFO] [stdout] 92 | impl <const DIMS: &'static [usize]> Array<usize, DIMS> 
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:101:53
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl<T: Add<Output = T> + Copy + Debug, const DIMS: &'static [usize]> Add for Array<T, DIMS>
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]     |
[INFO] [stdout]   5 + #![feature(min_adt_const_params)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:112:53
[INFO] [stdout]     |
[INFO] [stdout] 112 | impl<T: Add<Output = T> + Copy + Debug, const DIMS: &'static [usize]> Add<T> for Array<T, DIMS>
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]     |
[INFO] [stdout]   5 + #![feature(min_adt_const_params)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:79:33
[INFO] [stdout]    |
[INFO] [stdout] 79 |         fn reshape<const NDIMS: &'static [usize]>(self) -> impl ArrayTrait
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn reshape<const NDIMS: &'static [usize]>(self) -> impl ArrayTrait
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:63:28
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl <T: Copy, const DIMS: &'static [usize]> ArrayTrait for Array<T, DIMS> 
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:92:19
[INFO] [stdout]    |
[INFO] [stdout] 92 | impl <const DIMS: &'static [usize]> Array<usize, DIMS> 
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:101:53
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl<T: Add<Output = T> + Copy + Debug, const DIMS: &'static [usize]> Add for Array<T, DIMS>
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]     |
[INFO] [stdout]   5 + #![feature(min_adt_const_params)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:112:53
[INFO] [stdout]     |
[INFO] [stdout] 112 | impl<T: Add<Output = T> + Copy + Debug, const DIMS: &'static [usize]> Add<T> for Array<T, DIMS>
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]     |
[INFO] [stdout]   5 + #![feature(min_adt_const_params)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:79:33
[INFO] [stdout]    |
[INFO] [stdout] 79 |         fn reshape<const NDIMS: &'static [usize]>(self) -> impl ArrayTrait
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `&'static [usize]` is forbidden as the type of a const generic parameter
[INFO] [stdout]   --> src/lib.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn reshape<const NDIMS: &'static [usize]>(self) -> impl ArrayTrait
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the only supported types are integers, `bool`, and `char`
[INFO] [stdout] help: add `#![feature(min_adt_const_params)]` to the crate attributes to enable more complex and user defined types
[INFO] [stdout]    |
[INFO] [stdout]  5 + #![feature(min_adt_const_params)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `static-nd` (lib) due to 8 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `a2`
[INFO] [stdout]    --> src/lib.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |         let a2 = a1.reshape::<{&[2,5,2]}>();
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_a2`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a3`
[INFO] [stdout]    --> src/lib.rs:133:13
[INFO] [stdout]     |
[INFO] [stdout] 133 |         let a3: Array<usize, {&[5,5,5]}> = Array::iota();
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_a3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a3`
[INFO] [stdout]    --> src/lib.rs:134:13
[INFO] [stdout]     |
[INFO] [stdout] 134 |         let a3: Array<_, {&[5,5,5]}> = Array::fill(1.2);
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_a3`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `static-nd` (lib test) due to 8 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9520a0c1d0e2261564067196164c8866880c1b1a3b78aba32d74d83f28ff7cdc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9520a0c1d0e2261564067196164c8866880c1b1a3b78aba32d74d83f28ff7cdc", kill_on_drop: false }`
[INFO] [stdout] 9520a0c1d0e2261564067196164c8866880c1b1a3b78aba32d74d83f28ff7cdc
